home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / gadgets / palette.m < prev    next >
Encoding:
Text File  |  2001-10-28  |  1.1 KB  |  31 lines

  1. /*
  2. **  $VER: palette.h 44.1 (19.10.1999)
  3. **  Includes Release 44.1
  4. **
  5. **  Definitions for the Palette BOOPSI class
  6. **
  7. **  (C) Copyright 1987-1999 Amiga, Inc.
  8. **      All Rights Reserved
  9. */
  10. /*****************************************************************************/
  11. //MODULE 'reaction/reaction','intuition/gadgetclass'
  12. /*****************************************************************************/
  13. /* Additional attributes defined by the Palette class
  14.  */
  15. #define PALETTE_Dummy       (REACTION_Dummy+$0004000)
  16. #define PALETTE_Colour      (PALETTE_Dummy+1)
  17. /* (UWORD) The value in the gadget.  Defaults to 0. */
  18. #define PALETTE_ColourOffset  (PALETTE_Dummy+2)
  19. /* (UWORD) Maximum number of characters for the numer (including
  20.    * negative sign.  Defaults to 10. */
  21. #define PALETTE_ColourTable     (PALETTE_Dummy+3)
  22. /* (UWORD *) Minimum value for the number. */
  23. #define PALETTE_NumColours    (PALETTE_Dummy+4)
  24. /* (UWORD) Maximum value for the number. */
  25. /* American spellings.
  26.  */
  27. #define PALETTE_Color  PALETTE_Colour
  28. #define PALETTE_ColorOffset  PALETTE_ColourOffset
  29. #define PALETTE_ColorTable  PALETTE_ColourTable
  30. #define PALETTE_NumColors  PALETTE_NumColours
  31.